home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / EasyPHP-2.0b1-setup.exe / {app} / sqlitemanager / CHANGES next >
Encoding:
Text File  |  2006-04-18  |  26.3 KB  |  725 lines

  1. CHANGES
  2. ------- Release 1.2.0 ---------
  3. 17-04-2006 frederic HENNINOT <fhenninot@freesurf.fr>
  4.     - fix bug if no driver PDO_SQLITE is available    
  5.     - Enhancement of error reporting for dynamic extension loading
  6.     - displaying query for query export
  7.  
  8. 16-04-2006 frederic HENNINOT <fhenninot@freesurf.fr>
  9.     - Fix 'default value' disapear when modify table properties
  10.     - stay in place after remove element
  11.     - Fix some export problem [1407506]
  12.     - Fix insert data with HTML entities [1407516]
  13.     - Return to database properties when delete item
  14.     - Create new database for only sqlite version available
  15.     - Fix alway connect to :memory:
  16.     
  17. 14-04-2006 frederic HENNINOT <fhenninot@freesurf.fr>
  18.     - Update brazillian language pack 
  19.     - Fix bug when'jscalendar' or 'spawEditor' is not installed
  20.     - Fix index losing when modify table properties
  21.     - Enhancement of error management
  22.     - Fix 'default value' disapear when modify table properties
  23.     - stay in place after remove element
  24.             
  25. 10-04-2006 frederic HENNINOT <fhenninot@freesurf.fr>
  26.     - starting of w3c compliance
  27.     - Fix authentication bugs
  28.  
  29. 03-01-2006 frederic HENNINOT <fhenninot@freesurf.fr>
  30.     - best query exec for PDO
  31.  
  32. 02-01-2006 frederic HENNINOT <fhenninot@freesurf.fr>
  33.     - Fix bug where database can't be attain
  34.     - Fix bug when import an SQLiteManager export with Trigger
  35.  
  36. 26-12-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  37.     - Fix crach with complex view creation
  38.  
  39. 24-12-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  40.     - Fix disapear table when add new table
  41.     - Fix different method for closing database
  42.  
  43. 13-12-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  44.     - Fix problem to add SQLite3 database
  45.     - Fix error when close database
  46.     - Fix error display where no error
  47.     - Fix drop table
  48.  
  49. 10-12-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  50.     - Fix count problem from complex manual query
  51.     - Fix 'drop table' when only delete a field
  52.     - Fix bad close database
  53.  
  54. 10-12-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  55.     - Enhancement of frame management
  56.  
  57. ------- Release 1.2.0RC1 ---------
  58. 04-12-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  59.     - Now SQLiteManager can manage simultaneously SQLite2 and SQLite3 database
  60.     - and the database version is autodetect
  61.  
  62. 13-11-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  63.     - Fix bugs where no table was implicated in query
  64. ------- Release 1.1.3 ---------
  65. 13-11-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  66.     - If not defined DEFAULT_DB_PATH must be at root, not at include
  67.  
  68. 12-11-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  69.     - Fix lost field properties when tables properties was modified
  70.  
  71. 11-11-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  72.     - Auto detect SQlite Database version and display icon with version number
  73.     - Fix bug with PDO version 1.0RC, All constant becomes class constantes
  74.     - Fix charset for 'htmlentities'
  75.  
  76. 07-11-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  77.     - add netware platform support
  78.     - Fix Bug [1349537] : Stange notice error
  79.     - Add chinese traditional and chinese simplified language pack submitted by Xing Wu <cyber4cn@gmail.com>
  80.     
  81. 05-11-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  82.     - Fix Bug [1349141] : Syntax error in SQLiteExport
  83.     - Fix Bug [1342583] : Notice error in sql.class.php
  84.  
  85. ------- Release 1.1.2 ---------
  86. 23-10-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  87.     - Fix table properties display where no primary key is set
  88.     - Fix bug when add database and enhancement!
  89.  
  90. 21-10-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  91.     - Enhancement of DEFAULT_DB_PATH, now new database without dirname will be save into DEFAULT_DB_PATH
  92.     - Small enhancement of authenticate
  93.  
  94. 16-10-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  95.     - Fix bug [1318144] : escape name and path of database name 
  96.     - Add display of number changes lines with simple query
  97.  
  98. 04-10-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  99.     - add rowCount()
  100.     - recode '_checkBeginQuery' in sql.class.php
  101.     - Fix confirm display
  102.     - Enhancement of User Defined function management
  103.     - Update german language pack
  104.     - Update 'green' theme translation
  105.     - Enhancement where 'rowCount' don't get the good result
  106.  
  107. 25-09-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  108.     - Fix Error in config3.db (sqliteIf)
  109.     - Fix row count with SQLITE3
  110.     - Update no translated message
  111.     
  112. 23-09-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  113.     - Re-activate User Define Function for SQLITE3 with PDO
  114.     - Fix notice with COOKIE
  115.     
  116. 21-09-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  117.     - Fix 'rowCount' with PDO release an PHP5.1
  118.  
  119. 20-09-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  120.     - Update SQLite2 database
  121.     - Fix bug for delete index in french language
  122.     - Fix NULL update
  123.  
  124. 18-09-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  125.     - Fix bug where change 'NULL' column to 'NOT NULL' column
  126.     - Add an UDF 'IF', you can send to me your utils UDF
  127.  
  128. 17-09-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  129.     - Fix date format for jscalendar
  130.  
  131. 14-09-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  132.     - integration of 'jscalendar-1.0' to esy date entrie
  133.  
  134. 13-09-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  135.     - Update 'sqlite_fulltextsearch' and fix deprecated use on it
  136.     - fix bug [1289082] : argument passed by value is deprecated
  137.     - fix bug [1254882] : wrong DEFAULT_DB_PATH
  138.     - fix bug warning where $_SERVER["HTTP_ACCEPT_LANGUAGE"]
  139.     - Fix possibility to remove readonly database
  140.     - Fix comment on administrator login
  141.     
  142. 19-07-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  143.     - Fix bug with SPAW Editor
  144.  
  145. 10-07-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  146.     - Fix bug when export only data
  147.  
  148. ------- Release 1.1.1 ---------
  149. 04-07-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  150.     - Fix export database bug
  151.     - modify configuration filename in all language file
  152.  
  153. 03-07-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  154.     - Integration a 'FullTextSearch' UDF build by Setec Astronomy <setec at freemail dot it>
  155.         You can see this class : http://www.phpclasses.org/browse/package/2328.html
  156.         To use it : fulltextsearch(columnName, 'searchString', caseSensitive);
  157.  
  158. 01-07-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  159.     - Now work when 'short_open_tag' is set to off
  160.  
  161. 30-06-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  162.     - Fix export NULL field
  163.  
  164. 24-06-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  165.     - Fix null checkbox with advanced editor
  166.  
  167. 24-06-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  168.     - Fix bug for removing SQLite3 database with PDO
  169.     - Update japanese language pack
  170.     - Add support of multibyte for language translation
  171.     - Fix bug [1226000] : ( cannot change DEFAULT_DB_PATH via include/user_defined.inc.php)
  172.     - Integration of SPAW advanced editor
  173.  
  174. 12-06-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  175.     - Fix problem with PHP-5.1B1 - PDOStatement::fetchSingle() removed
  176.     - Update 'Spanish' language pack
  177.     - fix 'nowrap' in main
  178.     - Add 'Insert data from file' feature with SQLite3 (this feature has been removed)
  179.     - Enhancement of error manaement with PDO
  180.     - Enhancement of design into form edit
  181.  
  182. ------- Release 1.1.0 ---------
  183. 06-06-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  184.     - update 'INSTALL' file and 'TODO' file
  185.  
  186. 05-06-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  187.     - change sqlitemanager home page into export data
  188.     - Fix notice on export when 'DROP VIEW'
  189.     - Change name of SQLITE3 option
  190.     - All general settings can be modify in a file : 'user_defined.inc.php'
  191.  
  192. 02-06-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  193.     - Fix bug on database attachment with PDO
  194.  
  195. 01-06-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  196.     - Fix bug when varchar fields contain '"'
  197.     - Fix Trigger problem with PDO
  198.     - Adding an SQLite3 demonstration database
  199.     - Fix bug when drop table with PDO
  200.     - remove insert from file, this commande not exist into SQLite3
  201.     - Fix bug when change table properties with PDO    
  202.  
  203. 31-05-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  204.     - Fix view problem with PDO
  205.     - Fix Trigger problem with PDO
  206.     - remove 'User Defined Function' management for SQLite3 with PDO (PDO don't support UDF)
  207.     - Fix export problem with PDO
  208.     - Fix quotes problem into french text
  209.     - Enhancement Transaction who lock database
  210.  
  211. 30-05-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  212.     - Fix count changes row with PDO
  213.     - Fix ROWID retreive with PDO
  214.     - Fix PRAGMA SQLite3 Options
  215.     - Fix UPDATE/INSERT with PDO
  216.     - Fix DROP table with PDO
  217.     - Fix Remove Database with PDO
  218.  
  219. 25-05-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  220.     - Enhancement of PDO use to manage SQLite3 database
  221.  
  222. ------- Release 1.0.6 ---------
  223. 23-04-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  224.     - fix bug: index disappear when modify table schema
  225.     - Fix warning when modifying table schema
  226.  
  227. 22-04-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  228.     - Update italian language pack
  229.     - Fix bug for MAC OSx
  230.     - fix bug and enhancement of exporting/importing data
  231.     - fix bug when insert datetime field data
  232.  
  233. 31-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  234.     - delete field value when null checkbox is checked
  235.  
  236. 28-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  237.     - fix bug on session start
  238.     - Add 'save as new row' feature
  239.  
  240. 13-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  241.     - fix bug when create new trigger
  242.  
  243. 08-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  244.     - fix bug when modify a record with query contain quote
  245.  
  246. ------- Release 1.0.5 ---------
  247. 01-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  248.     - Add option to table copy
  249.  
  250. 28-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  251.     - Fix bug on saving function
  252.  
  253. 27-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  254.     - Finish Operation on Table module
  255.  
  256. 24-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  257.     - Fix notice error when multiple insert
  258.  
  259. 23-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  260.     - Fix error on export selected query
  261.  
  262. 22-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  263.     - fix warning error when view record
  264.     - fix update problem on null field value
  265.  
  266. 19-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  267.     - Add Danish language pack
  268.     - Update all language pack
  269.  
  270. 22-01-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  271.     - The database list has been order in the left panel
  272.     
  273. 22-01-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  274.     - Fix bug when modify record and select no contain all field
  275.  
  276. 19-01-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  277.     - Add refresh link into query box
  278.  
  279. 18-01-2005 frederic HENNINOT <fhenninot@freesurf.fr>
  280.     - Add full/partial text display
  281.     - Add HTML/plain text display
  282.  
  283. 27-12-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  284.     - Several notice fixes into SQLiteTableProperties
  285.     - Fix bug when added a not null field into a no empty table
  286.     - Added constant to allow plugin's execution
  287.     - add function to auto detect the version of an SQLite database file
  288.     - enhancement of PDO management
  289.  
  290. 21-12-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  291.       - Fix delete database (common.lib.php)
  292.       - Dump Export CRLF (Windows) Option
  293.  
  294. 08-12-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  295.       - Added session directory write test (index.php)
  296.  
  297. 04-12-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  298.     - Added Shutdown function to close db every times
  299.     - Several notice fixes
  300.     - Prepare Support for PDO SQLite 3.x (sqlite functions wrapper)
  301.  
  302. 29-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  303.     - Limit string column data to max col-length
  304.     - Updated Green Theme
  305.     - Added Tip for php functions in Query page
  306.     - Removed quotes when writing non text values
  307.     - Fix problem in Db Options, linking base nothing
  308.     - Fix Theme availability if no translation
  309.     - Sample plugin MySQL Import (for direct data import)
  310.  
  311. 26-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  312.     - Added customized JSCookMenu (support sub-menus / taskbar description)
  313.     - Added optional plugin's submenu for futur use
  314.     - Added new languages strings (fr/en)
  315.  
  316. 25-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  317.     - Added Select Class on Views
  318.     - PHP code strings and HTML code clean
  319.     - HtmlEntities on languages strings
  320.     - Added missing end body/html on some files
  321.  
  322. 24-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  323.     - added quotes() function for SQL queries (common.lib)
  324.     - PHP code strings and HTML code clean (common.lib, defined.inc ...)
  325.  
  326. ------- Release 1.0.4 ---------
  327. 21-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  328.     - fix string finishing by '\' into query from MySQL
  329.     - Add '>' operator into 'SELECT' Module
  330.     - Add free conditional field into 'SELECT' module
  331.     - Remove default value into 'SELECT' module
  332.     - Add translation of 'SELECT' module
  333.     
  334. 20-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  335.     - fix ';\r\n' import from MySQL
  336.  
  337. 19-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  338.     - Fix delete/update record problem after sort
  339.     - cleaning code of SQLiteTableProperties->recupElement();
  340.  
  341. 18-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  342.     - Fix '\r\n' into import SQL from MySQL
  343.  
  344. 15-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  345.     - fix brackets in the 'SELECT' module
  346.  
  347. 12-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  348.     - Integration of the 'SELECT' module design by Mauricio  Maia
  349.  
  350. 11-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  351.     - Added brackets function (common.lib)
  352.     - Added brackets in queries (in most of scripts)
  353.     - Show query when syntax error if multiple query (sql.class)
  354.     - Fix index name to remove unsupported brackets [my table]_[index] -> my_table_index (ParsingQuery.class)
  355.     - Fix DB Options click, was always refreshing left pane (main.php / SQLiteDbOption.class)
  356.     - Refresh left pane after DB SQL query (main.php)
  357.     - Fix transaction rollup in Multiple queries from SQL Form
  358.     - PHP code strings and HTML code clean (sql.class, ParsingQuery.class, TableIndex.class)
  359.     
  360. 10-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  361.     - Fix bug when convert type 'Enum' from Mysql to SQLite
  362.     - Fix bug when convert create table with index from Mysql to SQLite and when an error occured into create table statement
  363.  
  364. 09-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  365.     - Fix bug when import SQL file with break line
  366.     - Fix bug for import data from file
  367.  
  368. 08-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  369.     - fix translating problem
  370.     - Update japanese and bresilian language pack
  371.  
  372. ------- Release 1.0.3 ---------
  373. 22-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  374.     - Fix bug when create user defined function    
  375.  
  376. 21-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  377.     - When a field content HTML, displayinf of HTML code not HTML display
  378.  
  379. 11-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  380.     - Bug Fix on displaying complex query
  381.  
  382. 09-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  383.     - display htmlentities into colorized query 
  384.  
  385. 05-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  386.     - Add 'default_temp_store' database options
  387.     - Fix bug with PHP5 and var passed by reference
  388.     - Enhancement of error reporting for View building
  389.  
  390. 04-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  391.     - Add 'title' propertie into img tag for displaying alternate message on mouseover
  392.  
  393. ------- Release 1.0.1 ---------
  394. 20-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  395.     - Fix problem with language management
  396.     - Update item was'nt translated
  397.  
  398. 18-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  399.     - Update italian language pack
  400.     
  401. 17-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  402.     - Fix bug when remove database then remove attached database
  403.     - Allow to remove read only databases
  404.     - Fix bug for 'Options' manipulation where read only or not authorized
  405.     - Allow 'Options' items translatable
  406.  
  407. 16-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  408.     - Fix bug : warning error with localtheme when error_reporting=E_ALL
  409.     - Fix bug : Display delete pics into attached database management
  410.  
  411. ------- Release 1.0.0 ---------
  412. 13-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  413.     - adding 'INSTALL' file (english instruction)
  414.     - Implementation of change password
  415.     - Finishing of Authenticate management
  416.     - Fix bug on return page when delete, insert or update record
  417.  
  418. 12-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  419.     - Enhancement Authenticate management
  420.  
  421. 09-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  422.     - Enhancement login/logout feature
  423.     
  424. 07-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  425.     - enhancement displaying with pics
  426.     - management of pics in themes
  427.     - Fix bug on Index management (insert or delete)
  428.     
  429. 05-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  430.     - Remove config param Read only and manage on config database or 
  431. work database is read only. This is to SQLiteManager work on CD with 
  432. ZAMPcd project of Xavier Garreau
  433.  
  434. 04-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  435.     - Add config to set SQLiteManager Read Only (to work on CD with ZAMPcd)
  436.     
  437. ------- Release 0.9.10 ---------
  438. 29-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  439.     - New logo by Xavier Garreau
  440.     - New Favicon
  441.  
  442. 29-08-2004 jose antonio lopez lorenzo <ja_lopezl@yahoo.es>
  443.     - Add new theme 'JALL'
  444.  
  445. 29-08-2004 WiZ <soywiz@gmail.com>
  446.     - Add new language pack 'Spanish'
  447.  
  448. ------- Release 0.9.9 ---------
  449. 25-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  450.     - Enhancement of list index displaying
  451.     - Enhancement of display some table header
  452.  
  453. 24-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  454.     - enhancement of insert column name, now insert at cursor position or replace selection.
  455.     - add 'nowrap' into display query box
  456.     - Add the displaying of the current PHP version
  457.     - Add possibility to choose the direction after updating or inserting a new row
  458.  
  459. 23-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  460.     - fix bug when update record with an empty field or update without changing
  461.  
  462. 22-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  463.     - Fix bug when CR/LF in SQL command
  464.  
  465. 21-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  466.     - change frame setup for use on all parent frame
  467.  
  468. 17-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  469.     - Fix sorting language list
  470.  
  471. 17-08-2004 Cybertinus <cybertinus@cybertinus.nl>    
  472.     - Add language pack : dutch (Netherlands)
  473.  
  474. 16-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  475.         - Fix bug in Trigger parsing
  476.  
  477. ------- Release 0.9.8-2 ---------
  478. 15-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  479.     - Fix bug with PHP5 and E_STRICT too
  480.  
  481. ------- Release 0.9.8-1 ---------
  482. 13-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  483.     - Fix bug with PHP5 and E_STRICT
  484.     
  485. ------- Release 0.9.8 ---------    
  486. 09-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  487.     - Update of all langage pack
  488.  
  489. 06-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  490.     - Fix bug when 'EXPLAIN' and a list of column name or table.* in column list
  491.     - Fix warning error when display result of an attached database
  492.     - Fix bug when ';' at the end of query
  493.  
  494. 05-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  495.     - Insert column field into textarea SQL form
  496.     - Fix bug with MD5 function
  497.     - Fix bug when empty a table
  498.     - Fix bug : display 'NULL' value only where column properties have 'notnull' not set
  499.     - Fix bug [1003924] some warning error when error_reporting is E_ALL
  500.  
  501. 04-08-2004 Maurφcio M. Maia <mauricio.maia@gmail.com>
  502.     - Add Brezilian portuguese Language
  503.  
  504. 03-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  505.     - Best error reporting on sqlite error
  506.     
  507. 02-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  508.     - New feature : Management of Attached databases
  509.  
  510. 29-07-2004 T. Kuzmic <translation@tkuzmic.com>
  511.     -Add Croatian Language
  512.     
  513. 28-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  514.     - Bugfix when add language pack
  515.     - fix problem for some button item not translatable    
  516.     
  517. ------- Release 0.9.7-1 ---------
  518. 28-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  519.     - Bugfix : import problem with comment
  520.     - set error_reporting at E_ALL(PHP4) or E_STRICT(PHP5) in debug mode
  521.     - fix error display when debug is On
  522.     
  523. ------- Release 0.9.7 ---------
  524. 27-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  525.     - Bugfix : with sqlite 2.8.14, sqlite_excape_string bug when data is empty, corrected
  526.     - Bugfix : Insert/modify record with char function
  527.     - Bugfix : display problem with mozilla on table header in browse mode
  528.  
  529. 26-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  530.     - BugFix : Trigger when STEP have "''"
  531.     - Bugfix some display problem on Trigger
  532.     - Add new feature, conditional export
  533.     - Add 'Explain' link in display query
  534.  
  535. 19-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  536.     - Add ability to upload sqlite database file
  537.     - Add some column type and sorting type list (for compatibility with Kexi db)
  538.     - Add SQL virtual command : 'CREATE DATABASE dbname [AS dbFilename];
  539.  
  540. ------- Release 0.9.6 ---------
  541. 02-05-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  542.     - Bug Fix. : pb display error when 'error_reporting = E_ALL'
  543.     
  544. 29-04-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  545.     - Bug [943516] Fix. sqlite detection problem whith new version of PHP5 (RC2) on all platform
  546.     
  547. 28-04-2004 Tomasz "Zyx" JΩdrzejewski <zyxwvu@users.sourceforge.net>
  548.     - Update Polish language
  549.  
  550. 18-04-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  551.     - Remove Browser cache
  552.  
  553. ------- Release 0.9.5 ---------
  554. 06-04-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  555.     - Create a new theme and begin theme management
  556.  
  557. ------- Release 0.9.4 ---------
  558. 11-03-2004 Paolo Saudin
  559.     - Add Italian language
  560.  
  561. 09-03-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  562.     - BugFixe : simple query with no comma result an error
  563.  
  564. 08-03-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  565.     - auto select sql in textarea when focus
  566.  
  567. 07-03-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  568.     - BugFixe : result display when PRAGMA sql command use
  569.  
  570. ------- Release 0.9.3 ---------
  571. 28-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  572.     - BugFixe : when modify a query (mustn't reply it!!)
  573.     - BugFixe : primary field can be omitted in inserting record, so auto-increment work fine.
  574.  
  575. 28-02-2004 Rui Hirokawa <hirokawa at php dot net>
  576.     - Add Japanese language 
  577.  
  578. 27-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  579.     - Remove all deprecated tags 'Font'
  580.     
  581. 27-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  582.     - Add german language submited by Carsten BL▄M
  583.     - Enhancement of all translate
  584.  
  585. 26-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  586.     - some bug fixed, submitted by Carsten BL▄M
  587.  
  588. 23-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  589.     - Update function list
  590.  
  591. 23-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  592.     - BugFixe : 'View' properties when break line
  593.  
  594. 19-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  595.     - highlight query Ok, without break line
  596.  
  597. 13-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  598.     - Allow user to create fields without type
  599.  
  600. 09-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  601.     - Start query highlight display
  602.  
  603. 08-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  604.     - Allow see 'Explain' command result
  605.     
  606. ------- Release 0.9.2 ---------
  607. 29-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  608.     - Allow Mac os X user's to use it
  609.  
  610. ------- Release 0.9.1 ---------
  611. 27-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  612.     - BugFixe : enhancement of special caractere into field name crash alter table
  613.  
  614. 22-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  615.     - BugFixe : special caractere into field name crash alter table
  616.     
  617. ------- Release 0.9.0 ---------
  618. 06-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  619.     - BugFixe : Problem when unset DEBUG mode
  620.     
  621. 05-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  622.     - BugFixe : return to good page when delete or update record
  623.  
  624. 04-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  625.     - Cleaning code and add cvs keyword
  626.     - BugFixe : Browse record navigation bar probleme fix
  627.  
  628. 03-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  629.     - Number of record per page is configurable
  630.     
  631. 02-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
  632.     - Add link on top main page
  633.  
  634. 31-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  635.     - Enhancement of browse result display (modulo color, rollover,  select row)
  636.  
  637. 30-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  638.     - Add DEBUG option for enable/disable error display for sqlite function
  639.  
  640. 28-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  641.     - some cleaning code
  642.     - Resolv export order problem
  643.     - enhancement of the delete/update record feature
  644.  
  645. 26-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  646.     - remove short tag
  647.     - remove @filesource documentation tags
  648.     - remove PHP Notice Error for work with 'error_reporting = E_ALL'
  649.  
  650. 20-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  651.     - Enhancement of parsing select query string
  652.     - Big enhancement of delete/update record
  653.  
  654. ------- Release 0.8.5 ---------
  655. 18-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  656.     - New Feature : Ability to convert all mysql type dump into SQLite
  657.  
  658. 13-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  659.     - CrΘation d'un icon Favori : favicon
  660.  
  661. ------- Release 0.8.4 ---------
  662. 12-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  663.     - New Feature : SQLite database options management (beginning)
  664.     - Bug Fixe : New database with file input on windows plateforme
  665.     
  666. 11-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  667.     - some navigation enhancement
  668.     - enhancement : ability to search new database path with file input form
  669.     
  670. 10-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  671.     - Some BigFixes : save user defined function problem
  672.     - new feature : insert data from text formatted file
  673.  
  674. 09-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  675.     - Cleaning code of SQLiteToGrid class
  676.     - Feature enhancement : best support of in memory database
  677.  
  678. 08-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  679.     - BugFixe : delete or update record condition when field is empty or content "'"
  680.     - BugFixe : Bad title when create view
  681.     
  682. ------- Release 0.8.3 ---------
  683. 07-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  684.     - BugFixe : Index Form Display problem where add column
  685.  
  686. 06-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  687.     - Add Display information on Display value
  688.     - Enhancement feature with PHP5
  689.     - BugFixes : probleme when update record not null to null
  690.  
  691. ------- Release 0.8.2 ---------
  692. 03-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  693.     - Bug [852637] Fix. Trigger Pb
  694.     - Record feature enhancement
  695.     - Bug [852048] Fix. Unnamed fields cause error
  696.  
  697. 02-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  698.     - Bug [852319] Fix. (replace 'type=button' by 'type=submit' and limit use of javascript
  699.     - Bug [852321] Fix. don't use javascript for frame navigation (left->right)
  700.  
  701. 01-12-2003 Tomasz "Zyx" JΩdrzejewski <zyxwvu@users.sourceforge.net>
  702.     - Add Polish language
  703.  
  704. ------- Release 0.8.1 ---------
  705. 30-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  706.     - Bugfix : include bugfix for PHP 5
  707.  
  708. 29-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  709.     - Export structure and data to screen or file
  710.  
  711. 27-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  712.     - Detect language browser for choose good language
  713.     
  714. 25-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  715.     - Add possibility to add a trigger
  716.     - Cleaning pics for Windows IE
  717.     
  718. 24-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  719.     - Add function feature in insert or update feature
  720.     - Return to Display query when delete or update record
  721.  
  722. 23-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
  723.     - Add multilingual feature
  724.     - translate in english, also available in french and english
  725.